DBA Data[Home] [Help]

APPS.PO_VAL_LINES2 dependencies on FND_GLOBAL

Line 4032: x_user_id := fnd_global.user_id;

4028: NULL;
4029: WHEN OTHERS THEN
4030: NULL;
4031: END;
4032: x_user_id := fnd_global.user_id;
4033: x_resp_id := fnd_global.resp_id;
4034: x_resp_appl_id := fnd_global.resp_appl_id;
4035:
4036: validateSegments := fnd_flex_keyval.validate_segs('CHECK_SEGMENTS',

Line 4033: x_resp_id := fnd_global.resp_id;

4029: WHEN OTHERS THEN
4030: NULL;
4031: END;
4032: x_user_id := fnd_global.user_id;
4033: x_resp_id := fnd_global.resp_id;
4034: x_resp_appl_id := fnd_global.resp_appl_id;
4035:
4036: validateSegments := fnd_flex_keyval.validate_segs('CHECK_SEGMENTS',
4037: 'INV',

Line 4034: x_resp_appl_id := fnd_global.resp_appl_id;

4030: NULL;
4031: END;
4032: x_user_id := fnd_global.user_id;
4033: x_resp_id := fnd_global.resp_id;
4034: x_resp_appl_id := fnd_global.resp_appl_id;
4035:
4036: validateSegments := fnd_flex_keyval.validate_segs('CHECK_SEGMENTS',
4037: 'INV',
4038: 'MCAT',

Line 4119: x_user_id := fnd_global.user_id;

4115: NULL;
4116: WHEN OTHERS THEN
4117: NULL;
4118: END;
4119: x_user_id := fnd_global.user_id;
4120: x_resp_id := fnd_global.resp_id;
4121: x_resp_appl_id := fnd_global.resp_appl_id;
4122:
4123: FOR i IN 1..p_po_line_id_tbl.Count

Line 4120: x_resp_id := fnd_global.resp_id;

4116: WHEN OTHERS THEN
4117: NULL;
4118: END;
4119: x_user_id := fnd_global.user_id;
4120: x_resp_id := fnd_global.resp_id;
4121: x_resp_appl_id := fnd_global.resp_appl_id;
4122:
4123: FOR i IN 1..p_po_line_id_tbl.Count
4124: LOOP

Line 4121: x_resp_appl_id := fnd_global.resp_appl_id;

4117: NULL;
4118: END;
4119: x_user_id := fnd_global.user_id;
4120: x_resp_id := fnd_global.resp_id;
4121: x_resp_appl_id := fnd_global.resp_appl_id;
4122:
4123: FOR i IN 1..p_po_line_id_tbl.Count
4124: LOOP
4125: IF ( Nvl(p_clm_info_flag_tbl(i),'N') <> 'Y') THEN --Bug 12768893 Should not be called for Info Lines.

Line 4229: x_user_id := fnd_global.user_id;

4225: WHEN OTHERS THEN
4226: NULL;
4227: END;
4228:
4229: x_user_id := fnd_global.user_id;
4230: x_resp_id := fnd_global.resp_id;
4231: x_resp_appl_id := fnd_global.resp_appl_id;
4232:
4233: --Bug 14415818 , no need to validate for one time item

Line 4230: x_resp_id := fnd_global.resp_id;

4226: NULL;
4227: END;
4228:
4229: x_user_id := fnd_global.user_id;
4230: x_resp_id := fnd_global.resp_id;
4231: x_resp_appl_id := fnd_global.resp_appl_id;
4232:
4233: --Bug 14415818 , no need to validate for one time item
4234: IF (p_item is NOT null)

Line 4231: x_resp_appl_id := fnd_global.resp_appl_id;

4227: END;
4228:
4229: x_user_id := fnd_global.user_id;
4230: x_resp_id := fnd_global.resp_id;
4231: x_resp_appl_id := fnd_global.resp_appl_id;
4232:
4233: --Bug 14415818 , no need to validate for one time item
4234: IF (p_item is NOT null)
4235: THEN

Line 4313: x_user_id := fnd_global.user_id;

4309: WHEN OTHERS THEN
4310: NULL;
4311: END;
4312:
4313: x_user_id := fnd_global.user_id;
4314: x_resp_id := fnd_global.resp_id;
4315: x_resp_appl_id := fnd_global.resp_appl_id;
4316: -- x_org_id := fnd_global.org_id;
4317:

Line 4314: x_resp_id := fnd_global.resp_id;

4310: NULL;
4311: END;
4312:
4313: x_user_id := fnd_global.user_id;
4314: x_resp_id := fnd_global.resp_id;
4315: x_resp_appl_id := fnd_global.resp_appl_id;
4316: -- x_org_id := fnd_global.org_id;
4317:
4318: -- Bug 14622747

Line 4315: x_resp_appl_id := fnd_global.resp_appl_id;

4311: END;
4312:
4313: x_user_id := fnd_global.user_id;
4314: x_resp_id := fnd_global.resp_id;
4315: x_resp_appl_id := fnd_global.resp_appl_id;
4316: -- x_org_id := fnd_global.org_id;
4317:
4318: -- Bug 14622747
4319: -- When we call the validate_ccid() function, we should ideally be passing inventory_org_id for the OU in which the PO is created.

Line 4316: -- x_org_id := fnd_global.org_id;

4312:
4313: x_user_id := fnd_global.user_id;
4314: x_resp_id := fnd_global.resp_id;
4315: x_resp_appl_id := fnd_global.resp_appl_id;
4316: -- x_org_id := fnd_global.org_id;
4317:
4318: -- Bug 14622747
4319: -- When we call the validate_ccid() function, we should ideally be passing inventory_org_id for the OU in which the PO is created.
4320: -- Currently we are passing the org_id of the OU in which the PO is created.