DBA Data[Home] [Help]

APPS.PA_FP_WP_GEN_BUDGET_AMT_PUB dependencies on DUAL

Line 469: select trunc(sysdate) into l_sysdate_trunc from dual;

465:
466: l_wp_track_cost_flag :=
467: NVL( PA_FP_WP_GEN_AMT_UTILS.GET_WP_TRACK_COST_AMT_FLAG(p_project_id), 'N' );
468:
469: select trunc(sysdate) into l_sysdate_trunc from dual;
470:
471: IF p_init_msg_flag = 'Y' THEN
472: FND_MSG_PUB.initialize;
473: END IF;

Line 5568: * be parsed to retrieve individual flag values. The string is layed out as

5564:
5565: /**
5566: * This procedure returns the flag parameters required by the Calculate API.
5567: * The flags are returned as a single string, x_calculate_api_code, which must
5568: * be parsed to retrieve individual flag values. The string is layed out as
5569: * x_calculate_api_code = 'ABCD'
5570: * where
5571: * A = x_refresh_rates_flag
5572: * B = x_refresh_conv_rates_flag