DBA Data[Home] [Help]

APPS.CST_ACCOUNTINGPERIOD_PUB dependencies on CST_ACCT_INFO_V

Line 85: FROM cst_acct_info_v

81:
82: l_stmt_num := 5;
83: SELECT legal_entity
84: INTO l_legal_entity
85: FROM cst_acct_info_v
86: WHERE organization_id = p_org_id;
87:
88: l_stmt_num := 7;
89: l_sched_close_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

Line 866: FROM cst_acct_info_v

862: -- adjusting for LE timezone.
863: l_stmt_num := 30;
864: SELECT operating_unit
865: INTO l_operating_unit
866: FROM cst_acct_info_v
867: WHERE organization_id = p_org_id;
868:
869: l_stmt_num := 40;
870: l_le_sysdate := INV_LE_TIMEZONE_PUB.GET_LE_SYSDATE_FOR_OU(

Line 1047: FROM cst_acct_info_v

1043:
1044: l_stmt_num := 60;
1045: SELECT legal_entity
1046: INTO l_legal_entity
1047: FROM cst_acct_info_v
1048: WHERE organization_id = p_org_id;
1049:
1050: l_stmt_num := 70;
1051: l_period_start_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

Line 1565: FROM cst_acct_info_v

1561: l_stmt_num := 5;
1562:
1563: SELECT legal_entity
1564: INTO l_legal_entity
1565: FROM cst_acct_info_v
1566: WHERE organization_id = p_org_id;
1567:
1568: l_stmt_num := 7;
1569: SELECT period_start_date, schedule_close_date