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 1581: l_period_start_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1577: WHERE organization_id = p_org_id
1578: AND acct_period_id = p_period_id;
1579:
1580: l_stmt_num := 8;
1581: l_period_start_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1582: l_le_period_start_date,
1583: l_legal_entity);
1584:
1585: l_stmt_num := 10;

Line 1587: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1583: l_legal_entity);
1584:
1585: l_stmt_num := 10;
1586: IF p_to_date IS NULL THEN
1587: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1588: l_le_to_date,
1589: l_legal_entity);
1590: ELSE
1591: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

Line 1591: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1587: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1588: l_le_to_date,
1589: l_legal_entity);
1590: ELSE
1591: l_to_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1592: p_to_date,
1593: l_legal_entity);
1594: END IF;
1595:

Line 1739: l_prior_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(

1735: AND OAP2.organization_id = p_org_id
1736: AND OAP2.acct_period_id = p_period_id;
1737:
1738: l_stmt_num := 51;
1739: l_prior_end_date := INV_LE_TIMEZONE_PUB.GET_SERVER_DAY_TIME_FOR_LE(
1740: l_le_prior_end_date,
1741: l_legal_entity);
1742:
1743: IF l_msg_level_threshold <= FND_MSG_PUB.G_MSG_LVL_SUCCESS