DBA Data[Home] [Help]

APPS.PO_VAL_PRICE_DIFFS2 dependencies on PO_VALIDATION_RESULTS_GT

Line 46: INSERT INTO po_validation_results_gt

42: END IF;
43:
44: -- Price type cannot be Null and must be valid in PO_PRICE_DIFF_LOOKUPS_V
45: FORALL i IN 1 .. p_id_tbl.COUNT
46: INSERT INTO po_validation_results_gt
47: (result_set_id,
48: result_type,
49: entity_type,
50: entity_id,

Line 141: INSERT INTO po_validation_results_gt

137: -- Check that we are not creating multiple price differential
138: -- records of the same type for a line/price break record against
139: -- txn table or draft table or records within the same group
140: FORALL i IN 1 .. p_id_tbl.COUNT
141: INSERT INTO po_validation_results_gt
142: (result_set_id,
143: result_type,
144: entity_type,
145: entity_id,

Line 462: INSERT INTO po_validation_results_gt

458:
459: -- bug5130037
460: -- Have NVL() around pdsh.price_differentials_flag
461: FORALL i IN 1 .. p_id_tbl.COUNT
462: INSERT INTO po_validation_results_gt
463: (result_set_id,
464: result_type,
465: entity_type,
466: entity_id,