DBA Data[Home] [Help]

APPS.CST_ACCOUNTINGPERIOD_PUB dependencies on INV_LE_TIMEZONE_PUB

Line 89: l_sched_close_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

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(
90: p_sched_close_date,
91: l_legal_entity);
92:
93: l_sched_close_date := l_sched_close_date + 1 - (1/(24*3600));

Line 224: l_in_rec_type.closing_fm_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

220: WHERE acct_period_id = p_closing_period
221: AND organization_id = p_org_id;
222:
223: l_stmt_num := 65;
224: l_in_rec_type.closing_fm_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
225: l_le_closing_fm_date,
226: l_legal_entity);
227:
228: l_in_rec_type.api_version_number := 1.0;

Line 870: l_le_sysdate := INV_LE_TIMEZONE_PUB.GET_LE_SYSDATE_FOR_OU(

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(
871: l_operating_unit);
872:
873: l_stmt_num := 50;
874: IF (p_closing_end_date < l_le_sysdate) THEN

Line 1051: l_period_start_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

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(
1052: l_period_start_date,
1053: l_legal_entity
1054: );
1055:

Line 1057: l_sched_close_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1053: l_legal_entity
1054: );
1055:
1056: l_stmt_num := 80;
1057: l_sched_close_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1058: l_sched_close_date,
1059: l_legal_entity
1060: );
1061:

Line 1576: l_period_start_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1572: WHERE organization_id = p_org_id
1573: AND acct_period_id = p_period_id;
1574:
1575: l_stmt_num := 8;
1576: l_period_start_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1577: l_le_period_start_date,
1578: l_legal_entity);
1579:
1580: l_stmt_num := 10;

Line 1582: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1578: l_legal_entity);
1579:
1580: l_stmt_num := 10;
1581: IF p_to_date IS NULL THEN
1582: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1583: l_le_to_date,
1584: l_legal_entity);
1585: ELSE
1586: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

Line 1586: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1582: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1583: l_le_to_date,
1584: l_legal_entity);
1585: ELSE
1586: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1587: p_to_date,
1588: l_legal_entity);
1589: END IF;
1590:

Line 1696: l_prior_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1692: AND OAP2.organization_id = p_org_id
1693: AND OAP2.acct_period_id = p_period_id;
1694:
1695: l_stmt_num := 51;
1696: l_prior_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1697: l_le_prior_end_date,
1698: l_legal_entity);
1699:
1700: IF l_msg_level_threshold <= FND_MSG_PUB.G_MSG_LVL_SUCCESS