DBA Data[Home] [Help]

APPS.FEM_GL_POST_BAL_PKG dependencies on FEM_GL_POST_CREATION_ROW_S

Line 7: SELECT fem_gl_post_creation_row_s.nextval

3:
4: FUNCTION Get_Next_Creation_Row_Seq RETURN NUMBER IS
5: seq_number NUMBER;
6: BEGIN
7: SELECT fem_gl_post_creation_row_s.nextval
8: INTO seq_number
9: FROM DUAL;
10:
11: RETURN seq_number;

Line 565: ' fem_gl_post_creation_row_s.nextval, '||

561: ' bal.ytd_debit_balance_e, '||
562: ' bal.ytd_credit_balance_e) '||
563: ' VALUES (int.dataset_code, '||
564: ' int.cal_period_id, '||
565: ' fem_gl_post_creation_row_s.nextval, '||
566: ' int.source_system_code, '||
567: ' int.ledger_id, '||
568: ' int.company_cost_center_org_id, '||
569: ' int.currency_code, '||