DBA Data[Home] [Help]

APPS.CSTPSMUT dependencies on ORG_ACCT_PERIODS

Line 396: FROM org_acct_periods

392: l_stmt_num := 40;
393:
394: SELECT acct_period_id
395: INTO l_acct_period_id
396: FROM org_acct_periods
397: WHERE organization_id = l_organization_id
398: AND l_le_transaction_date
399: between period_start_date and schedule_close_date;
400:

Line 1086: FROM org_acct_periods

1082: l_stmt_num := 40;
1083:
1084: SELECT acct_period_id
1085: INTO l_acct_period_id
1086: FROM org_acct_periods
1087: WHERE organization_id = l_organization_id
1088: AND l_le_transaction_date
1089: between period_start_date and schedule_close_date;
1090:

Line 1883: FROM org_acct_periods

1879: l_stmt_num := 40;
1880:
1881: SELECT acct_period_id
1882: INTO l_acct_period_id
1883: FROM org_acct_periods
1884: WHERE organization_id = l_organization_id
1885: AND l_le_transaction_date
1886: between period_start_date and schedule_close_date;
1887:

Line 2429: FROM org_acct_periods

2425: l_stmt_num := 40;
2426:
2427: SELECT acct_period_id
2428: INTO l_acct_period_id
2429: FROM org_acct_periods
2430: WHERE organization_id = l_organization_id
2431: AND l_le_transaction_date
2432: between period_start_date and schedule_close_date;
2433: