DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on PAY_PATCH_STATUS_S

Line 622: VALUES (pay_patch_status_s.nextval, to_char(ln_business_group_id),

618:
619: INSERT INTO pay_patch_status
620: (id, patch_number, patch_name, applied_date, status,
621: description, update_date, legislation_code)
622: VALUES (pay_patch_status_s.nextval, to_char(ln_business_group_id),
623: 'Currency_Conversion_for_Russia', sysdate, 'C',
624: lv_business_group_name, sysdate, 'RU');
625:
626: END LOOP;