DBA Data[Home] [Help]

APPS.PO_VAL_HEADERS dependencies on PO_VALIDATION_HELPER

Line 114: PO_VALIDATION_HELPER.greater_or_equal_zero(

110: )
111: IS
112: BEGIN
113:
114: PO_VALIDATION_HELPER.greater_or_equal_zero(
115: p_calling_module => D_price_update_tol_ge_zero
116: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
117: , p_value_tbl => p_price_update_tol_tbl
118: , p_entity_id_tbl => p_header_id_tbl

Line 142: PO_VALIDATION_HELPER.greater_or_equal_zero(

138: )
139: IS
140: BEGIN
141:
142: PO_VALIDATION_HELPER.greater_or_equal_zero(
143: p_calling_module => D_amount_limit_ge_zero
144: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
145: , p_value_tbl => p_amount_limit_tbl
146: , p_entity_id_tbl => p_header_id_tbl

Line 171: PO_VALIDATION_HELPER.num1_less_or_equal_num2(

167: )
168: IS
169: BEGIN
170:
171: PO_VALIDATION_HELPER.num1_less_or_equal_num2(
172: p_calling_module => D_amt_limit_ge_amt_agreed
173: , p_num1_tbl => p_blanket_total_amount_tbl
174: , p_num2_tbl => p_amount_limit_tbl
175: , p_entity_id_tbl => p_header_id_tbl

Line 199: PO_VALIDATION_HELPER.greater_or_equal_zero(

195: )
196: IS
197: BEGIN
198:
199: PO_VALIDATION_HELPER.greater_or_equal_zero(
200: p_calling_module => D_amount_agreed_ge_zero
201: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
202: , p_value_tbl => p_blanket_total_amount_tbl
203: , p_entity_id_tbl => p_header_id_tbl

Line 362: PO_VALIDATION_HELPER.greater_than_zero(

358: )
359: IS
360: BEGIN
361:
362: PO_VALIDATION_HELPER.greater_than_zero(
363: p_calling_module => D_rate_gt_zero
364: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
365: , p_value_tbl => p_rate_tbl
366: , p_entity_id_tbl => p_header_id_tbl

Line 581: PO_VALIDATION_HELPER.start_date_le_end_date(

577: )
578: IS
579: BEGIN
580:
581: PO_VALIDATION_HELPER.start_date_le_end_date(
582: p_calling_module => D_effective_le_expiration
583: , p_start_date_tbl => p_start_date_tbl
584: , p_end_date_tbl => p_end_date_tbl
585: , p_entity_id_tbl => p_header_id_tbl

Line 588: , p_column_val_selector => PO_VALIDATION_HELPER.c_END_DATE

584: , p_end_date_tbl => p_end_date_tbl
585: , p_entity_id_tbl => p_header_id_tbl
586: , p_entity_type => c_entity_type_HEADER
587: , p_column_name => c_END_DATE
588: , p_column_val_selector => PO_VALIDATION_HELPER.c_END_DATE
589: , p_message_name => PO_MESSAGE_S.PO_ALL_DATE_BETWEEN_START_END
590: , x_results => x_results
591: , x_result_type => x_result_type
592: );

Line 1553: PO_VALIDATION_HELPER.not_null(

1549: )
1550: IS
1551: BEGIN
1552:
1553: PO_VALIDATION_HELPER.not_null(
1554: p_calling_module => D_agent_id_not_null
1555: , p_value_tbl => PO_TYPE_CONVERTER.to_po_tbl_varchar4000(p_agent_id_tbl)
1556: , p_entity_id_tbl => p_header_id_tbl
1557: , p_entity_type => c_entity_type_HEADER

Line 1579: PO_VALIDATION_HELPER.not_null(

1575: )
1576: IS
1577: BEGIN
1578:
1579: PO_VALIDATION_HELPER.not_null(
1580: p_calling_module => D_ship_to_loc_not_null
1581: , p_value_tbl => PO_TYPE_CONVERTER.to_po_tbl_varchar4000(p_ship_to_loc_id_tbl)
1582: , p_entity_id_tbl => p_header_id_tbl
1583: , p_entity_type => c_entity_type_HEADER

Line 1605: PO_VALIDATION_HELPER.not_null(

1601: )
1602: IS
1603: BEGIN
1604:
1605: PO_VALIDATION_HELPER.not_null(
1606: p_calling_module => D_vendor_id_not_null
1607: , p_value_tbl => PO_TYPE_CONVERTER.to_po_tbl_varchar4000(p_vendor_id_tbl)
1608: , p_entity_id_tbl => p_header_id_tbl
1609: , p_entity_type => c_entity_type_HEADER

Line 1631: PO_VALIDATION_HELPER.not_null(

1627: )
1628: IS
1629: BEGIN
1630:
1631: PO_VALIDATION_HELPER.not_null(
1632: p_calling_module => D_vendor_site_id_not_null
1633: , p_value_tbl => PO_TYPE_CONVERTER.to_po_tbl_varchar4000(p_vendor_site_id_tbl)
1634: , p_entity_id_tbl => p_header_id_tbl
1635: , p_entity_type => c_entity_type_HEADER