DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS dependencies on PO_CORE_S

Line 124: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO

120: BEGIN
121:
122: PO_VALIDATION_HELPER.greater_than_zero(
123: p_calling_module => D_dist_num_gt_zero
124: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO
125: , p_value_tbl => p_dist_num_tbl
126: , p_entity_id_tbl => p_dist_id_tbl
127: , p_entity_type => c_ENTITY_TYPE_DISTRIBUTION
128: , p_column_name => c_DISTRIBUTION_NUM

Line 156: , p_check_quantity_types_flag => PO_CORE_S.g_parameter_YES

152: p_calling_module => D_quantity_gt_zero
153: , p_value_tbl => p_qty_ordered_tbl
154: , p_entity_id_tbl => p_dist_id_tbl
155: , p_order_type_lookup_code_tbl => p_value_basis_tbl --
156: , p_check_quantity_types_flag => PO_CORE_S.g_parameter_YES
157: , p_entity_type => c_ENTITY_TYPE_DISTRIBUTION
158: , p_column_name => c_QUANTITY_ORDERED
159: , x_results => x_results
160: , x_result_type => x_result_type

Line 293: , p_check_quantity_types_flag => PO_CORE_S.g_parameter_NO

289: p_calling_module => D_amount_gt_zero
290: , p_value_tbl => p_amt_ordered_tbl
291: , p_entity_id_tbl => p_dist_id_tbl
292: , p_order_type_lookup_code_tbl => p_value_basis_tbl --
293: , p_check_quantity_types_flag => PO_CORE_S.g_parameter_NO
294: , p_entity_type => c_ENTITY_TYPE_DISTRIBUTION
295: , p_column_name => c_AMOUNT_ORDERED
296: , x_results => x_results
297: , x_result_type => x_result_type

Line 458: -- Changed the check po_core_s.get_product_install_status('PJM') = 'Y'

454: -- If the unit number field at the distributions level is null
455: -- Then check if the item and org are unit number effective
456:
457: -- Bug 5193851
458: -- Changed the check po_core_s.get_product_install_status('PJM') = 'Y'
459: -- to po_core_s.get_product_install_status('PJM') = 'I'
460: IF (po_core_s.get_product_install_status('PJM') = 'I' AND
461: p_destination_type_code_tbl(i) <> c_DEST_TYPE_EXPENSE AND
462: p_end_item_unit_number_tbl(i) IS NULL) THEN

Line 459: -- to po_core_s.get_product_install_status('PJM') = 'I'

455: -- Then check if the item and org are unit number effective
456:
457: -- Bug 5193851
458: -- Changed the check po_core_s.get_product_install_status('PJM') = 'Y'
459: -- to po_core_s.get_product_install_status('PJM') = 'I'
460: IF (po_core_s.get_product_install_status('PJM') = 'I' AND
461: p_destination_type_code_tbl(i) <> c_DEST_TYPE_EXPENSE AND
462: p_end_item_unit_number_tbl(i) IS NULL) THEN
463:

Line 460: IF (po_core_s.get_product_install_status('PJM') = 'I' AND

456:
457: -- Bug 5193851
458: -- Changed the check po_core_s.get_product_install_status('PJM') = 'Y'
459: -- to po_core_s.get_product_install_status('PJM') = 'I'
460: IF (po_core_s.get_product_install_status('PJM') = 'I' AND
461: p_destination_type_code_tbl(i) <> c_DEST_TYPE_EXPENSE AND
462: p_end_item_unit_number_tbl(i) IS NULL) THEN
463:
464: l_unit_number_effective :=

Line 665: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO

661: BEGIN
662:
663: PO_VALIDATION_HELPER.greater_or_equal_zero(
664: p_calling_module => D_amount_to_encumber_ge_zero
665: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO
666: , p_value_tbl => p_amount_to_encumber_tbl
667: , p_entity_id_tbl => p_dist_id_tbl
668: , p_entity_type => c_ENTITY_TYPE_DISTRIBUTION
669: , p_column_name => c_AMOUNT_TO_ENCUMBER

Line 1055: po_core_s4.get_mtl_parameters (p_ship_to_org_id_tbl(i),

1051:
1052:
1053: FOR i IN 1..p_dist_id_tbl.COUNT LOOP
1054:
1055: po_core_s4.get_mtl_parameters (p_ship_to_org_id_tbl(i),
1056: NULL,
1057: x_project_reference_enabled,
1058: x_project_control_level);
1059: