DBA Data[Home] [Help]

APPS.PA_GL_AUTOALLOC_PKG dependencies on FND_REQUEST

Line 122: /** Convert the date parameter to varchar2 to make use of FND_REQUEST.SUBMIT

118: ELSIF v_period_type = 'PA' THEN
119: v_run_period := p_pa_period;
120: END IF;
121:
122: /** Convert the date parameter to varchar2 to make use of FND_REQUEST.SUBMIT
123: _REQUEST **/
124: v_expnd_item_date := fnd_date.date_to_canonical (p_expnd_item_date);
125:
126: fnd_request.set_org_id (l_org_id);

Line 126: fnd_request.set_org_id (l_org_id);

122: /** Convert the date parameter to varchar2 to make use of FND_REQUEST.SUBMIT
123: _REQUEST **/
124: v_expnd_item_date := fnd_date.date_to_canonical (p_expnd_item_date);
125:
126: fnd_request.set_org_id (l_org_id);
127: v_request_id :=
128: FND_REQUEST.SUBMIT_REQUEST(
129: 'PA',
130: 'PAXALGAT',

Line 128: FND_REQUEST.SUBMIT_REQUEST(

124: v_expnd_item_date := fnd_date.date_to_canonical (p_expnd_item_date);
125:
126: fnd_request.set_org_id (l_org_id);
127: v_request_id :=
128: FND_REQUEST.SUBMIT_REQUEST(
129: 'PA',
130: 'PAXALGAT',
131: '',
132: '',