DBA Data[Home] [Help]

APPS.PA_FP_WP_GEN_BUDGET_AMT_PUB dependencies on DUAL

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

501:
502: l_wp_track_cost_flag :=
503: NVL( PA_FP_WP_GEN_AMT_UTILS.GET_WP_TRACK_COST_AMT_FLAG(p_project_id), 'N' );
504:
505: select trunc(sysdate) into l_sysdate_trunc from dual;
506:
507: IF p_init_msg_flag = 'Y' THEN
508: FND_MSG_PUB.initialize;
509: END IF;

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

5643:
5644: /**
5645: * This procedure returns the flag parameters required by the Calculate API.
5646: * The flags are returned as a single string, x_calculate_api_code, which must
5647: * be parsed to retrieve individual flag values. The string is layed out as
5648: * x_calculate_api_code = 'ABCD'
5649: * where
5650: * A = x_refresh_rates_flag
5651: * B = x_refresh_conv_rates_flag