DBA Data[Home] [Help]

APPS.GML_POCR dependencies on GML_SYNCH_BPOS

Line 34: gml_synch_bpos.cpg_bint2gms( b_retcode );

30:
31:
32: /* Call the Blanket PO Synchronization Routine */
33:
34: gml_synch_bpos.cpg_bint2gms( b_retcode );
35:
36: /* Call the Standard PO Synchronization Routine */
37:
38: gml_po_synch.cpg_int2gms( s_retcode);

Line 57: errbufx := 'gml_synch_bpos.cpg_bint2gms returned 1';

53: */
54:
55: retcode := 1;
56: IF b_retcode = 1 THEN
57: errbufx := 'gml_synch_bpos.cpg_bint2gms returned 1';
58: END IF;
59: IF s_retcode = 1 THEN
60: errbufx := 'gml_po_synch.cpg_int2gms returned 1';
61: END IF;