DBA Data[Home] [Help]

APPS.AMW_IMPORT_STMNTS_ACCS_PKG dependencies on AMW_FIN_KEY_ACCT_FLAT

Line 2749: insert into amw_fin_key_acct_flat

2745:
2746: for acct_rec in acct_cursor loop
2747:
2748: for nested_rec in nested_cursor ( acct_rec.acct_id, acct_rec.group_id ) loop
2749: insert into amw_fin_key_acct_flat
2750: ( parent_natural_account_id,
2751: child_natural_account_id,
2752: account_group_id,
2753: CREATED_BY,