DBA Data[Home] [Help]

APPS.CSTPCWPB dependencies on ORG_ACCT_PERIODS

Line 19: from org_acct_periods

15: (l_organization_id number,
16: l_acct_per_id number)
17: is
18: select acct_period_id
19: from org_acct_periods
20: where organization_id = l_organization_id
21: and acct_period_id >= l_acct_per_id;
22:
23: BEGIN