DBA Data[Home] [Help]

APPS.INV_INVTRDST_XMLP_PKG dependencies on CST_COST_UPDATES

Line 517: RETURN ('cst_cost_updates cst,');

513: IF P_SOURCE_TYPE_ID = 10 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
514: RETURN ('mtl_physical_inventories pi,');
515: END IF;
516: IF P_SOURCE_TYPE_ID = 11 AND (P_SOURCE_HI IS NOT NULL OR P_SOURCE_LO IS NOT NULL) THEN
517: RETURN ('cst_cost_updates cst,');
518: END IF;
519: END;
520: RETURN ' ';
521: END C_SOURCE_FROMFORMULA;

Line 880: from cst_cost_updates

876: and organization_id = org_id;
877: return(txn_source);
878: elsif Type_id = 11 then
879: select description into txn_source
880: from cst_cost_updates
881: where cost_update_id = to_number(txn_source_id);
882: return(txn_source);
883: /*elsif Type_id in (2,8,12) then
884: BEGIN

Line 959: from cst_cost_updates

955: and organization_id = org_id;
956: return(txn_source);
957: elsif Type_id1 = 11 then
958: select description into txn_source
959: from cst_cost_updates
960: where cost_update_id = to_number(txn_source_id);
961: return(txn_source);
962: /*elsif Type_id1 in (2,8,12) then
963: BEGIN

Line 1038: from cst_cost_updates

1034: and organization_id = org_id;
1035: return(txn_source);
1036: elsif Type_id2 = 11 then
1037: select description into txn_source
1038: from cst_cost_updates
1039: where cost_update_id = to_number(txn_source_id);
1040: return(txn_source);
1041: /*elsif Type_id2 in (2,8,12) then
1042: BEGIN

Line 1117: from cst_cost_updates

1113: and organization_id = org_id;
1114: return(txn_source);
1115: elsif Type_id3 = 11 then
1116: select description into txn_source
1117: from cst_cost_updates
1118: where cost_update_id = to_number(txn_source_id);
1119: return(txn_source);
1120: /*elsif Type_id3 in (2,8,12) then
1121: BEGIN

Line 1196: from cst_cost_updates

1192: and organization_id = org_id;
1193: return(txn_source);
1194: elsif Type_id4 = 11 then
1195: select description into txn_source
1196: from cst_cost_updates
1197: where cost_update_id = to_number(txn_source_id);
1198: return(txn_source);
1199: /*elsif Type_id4 in (2,8,12) then
1200: BEGIN