DBA Data[Home] [Help]

APPS.PON_CP_INTRFAC_TO_TRANSACTION dependencies on PO_TBL_VARCHAR100

Line 1048: clin_num_tbl po_tbl_varchar100 := po_tbl_varchar100();

1044: AND Nvl(action,g_ADD_action) = g_ADD_action
1045: ORDER BY interface_line_id;
1046:
1047: -- following fields used for clin numbering after inserting records in txn table
1048: clin_num_tbl po_tbl_varchar100 := po_tbl_varchar100();
1049: next_clin_num VARCHAR2(10);
1050: len NUMBER;
1051:
1052: -- uda template id

Line 1311: clin_num_tbl := po_tbl_varchar100();

1307: AND line_num_display IS NOT NULL
1308: order by line_num_display;
1309: EXCEPTION
1310: WHEN No_Data_Found THEN
1311: clin_num_tbl := po_tbl_varchar100();
1312: END;
1313:
1314: /* Bug 9378884 - End */
1315: