Procurement - EBS (MOSC)

MOSC Banner

PO is not approving automatically when creating a dropship po from requisition

edited Jul 22, 2013 4:20AM in Procurement - EBS (MOSC) 12 commentsAnswered
 Hi   I am creating a dropship PO from requisition using PO_INTERFACE_S.create_documents but it is not a approving PO Automatically and I can approve it from oracle apps form.what can be issue in it.
Script I am using is below
INSERT
INTO po_headers_interface( interface_header_id
                                        ,interface_source_code
                                        ,batch_id
                                        ,process_code
                                        ,action
                                        ,document_type_code
                                        ,document_subtype
                                        ,document_num
                                        ,group_code
                                        ,vendor_id
                                        ,vendor_site_id
                                        ,agent_id
                                        ,currency_code
                                        ,creation_date
                                        ,created_by
                                        ,last_update_date
                                        ,last_updated_by
                                        ,style_id
                                        ,approval_status
                                        ,acceptance_required_flag
                                        )
VALUES
                                        ( l_interface_header_id 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center