DBA Data[Home] [Help]

APPS.IBY_UPG_PPP_PKG dependencies on IBY_INSTR_CREATION_RULES

Line 330: AD_ZD_SEED.PREPARE('iby_instr_creation_rules');

326: AD_ZD_SEED.PREPARE('iby_acct_pmt_profiles_b');
327: AD_ZD_SEED.PREPARE('iby_acct_pmt_profiles_tl');
328: AD_ZD_SEED.PREPARE('iby_applicable_pmt_profs');
329: AD_ZD_SEED.PREPARE('iby_pmt_creation_rules');
330: AD_ZD_SEED.PREPARE('iby_instr_creation_rules');
331: AD_ZD_SEED.PREPARE('iby_remit_advice_setup'); */
332:
333: set_sys_user_profiles();
334:

Line 1162: update iby_instr_creation_rules set

1158: /*if (sql%notfound) then
1159: raise no_data_found;
1160: end if;*/
1161:
1162: update iby_instr_creation_rules set
1163: group_by_payment_date= X_INST_GROUP_BY_PAYMENT_DATE,
1164: group_by_payment_currency = X_INST_GROUP_BY_PAYMENT_CURREN,
1165: group_by_internal_bank_account = X_INST_GROUP_BY_INT_BANK_ACCT,
1166: group_by_max_payments_flag = X_INST_GROUP_BY_MAX_PAYMENTS,

Line 1196: -- kp_msg('The updation of iby_instr_creation_rules tables has been done successfully');

1192: /*if (sql%notfound) then
1193: raise no_data_found;
1194: end if;*/
1195:
1196: -- kp_msg('The updation of iby_instr_creation_rules tables has been done successfully');
1197:
1198: update iby_remit_advice_setup set
1199: document_count_limit = X_REMIT_DOCUMENT_COUNT_LIMIT,
1200: allow_multiple_copy_flag = X_REMIT_ALLOW_MULTIPLE_COPY_FL,

Line 2150: INTO iby_instr_creation_rules

2146: p_payment_details_length_limit,
2147: p_payment_details_formula
2148: )
2149: WHEN create_header = 1 THEN
2150: INTO iby_instr_creation_rules
2151: (
2152: system_profile_code,
2153: created_by,
2154: creation_date,