DBA Data[Home] [Help]

APPS.PO_VAL_PRICE_DIFFS dependencies on PO_CORE_S

Line 77: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES

73: BEGIN
74:
75: PO_VALIDATION_HELPER.greater_or_equal_zero(
76: p_calling_module => D_max_mul_ge_zero
77: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
78: , p_value_tbl => p_max_multiplier_tbl
79: , p_entity_id_tbl => p_price_differential_id_tbl
80: , p_entity_type => c_entity_type_PRICE_DIFF
81: , p_column_name => c_MAX_MULTIPLIER

Line 132: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES

128: BEGIN
129:
130: PO_VALIDATION_HELPER.greater_or_equal_zero(
131: p_calling_module => D_min_mul_ge_zero
132: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
133: , p_value_tbl => p_min_multiplier_tbl
134: , p_entity_id_tbl => p_price_differential_id_tbl
135: , p_entity_type => c_entity_type_PRICE_DIFF
136: , p_column_name => c_MIN_MULTIPLIER

Line 159: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES

155: BEGIN
156:
157: PO_VALIDATION_HELPER.greater_or_equal_zero(
158: p_calling_module => D_mul_ge_zero
159: , p_null_allowed_flag => PO_CORE_S.g_parameter_YES
160: , p_value_tbl => p_multiplier_tbl
161: , p_entity_id_tbl => p_price_differential_id_tbl
162: , p_entity_type => c_entity_type_PRICE_DIFF
163: , p_column_name => c_MULTIPLIER

Line 218: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO

214: BEGIN
215:
216: PO_VALIDATION_HELPER.greater_than_zero(
217: p_calling_module => D_price_diff_num_gt_zero
218: , p_null_allowed_flag => PO_CORE_S.g_parameter_NO
219: , p_value_tbl => p_price_differential_num_tbl
220: , p_entity_id_tbl => p_price_differential_id_tbl
221: , p_entity_type => c_entity_type_PRICE_DIFF
222: , p_column_name => c_PRICE_DIFFERENTIAL_NUM