DBA Data[Home] [Help]

APPS.PSB_WS_ACCT2 dependencies on PSB_SUMMARY_TEMPLATES

Line 7731: PSB_SUMMARY_TEMPLATES c

7727: sum(nvl(b.period11_amount, 0)) p11_amt,
7728: sum(nvl(b.period12_amount, 0)) p12_amt
7729: from GL_ACCOUNT_HIERARCHIES a,
7730: PSB_WS_ACCOUNT_LINES b,
7731: PSB_SUMMARY_TEMPLATES c
7732: where a.detail_code_combination_id = b.code_combination_id
7733: and a.template_id = c.template_id
7734: and a.ledger_id = p_set_of_books_id
7735: and p_current_stage_seq between b.start_stage_seq and b.current_stage_seq