DBA Data[Home] [Help]

APPS.PO_HXC_INTERFACE_PVT dependencies on STANDARD

Line 24: -- Identifier of the Standard PO line

20: -- timecards associated with the given PO line.
21: --Parameters:
22: --IN:
23: --p_po_line_id
24: -- Identifier of the Standard PO line
25: --OUT:
26: --x_amount
27: -- Total timecard amount for the PO line; 0 if no contractor is associated
28: -- with the line.

Line 52: -- Standard API initialization:

48: END IF;
49:
50: x_return_status := FND_API.G_RET_STS_SUCCESS;
51:
52: -- Standard API initialization:
53: IF NOT FND_API.compatible_api_call (
54: p_current_version_number => l_api_version,
55: p_caller_version_number => p_api_version,
56: p_api_name => l_api_name,

Line 61: -- Retrieve the contractor associated with this Standard PO Temp Labor line.

57: p_pkg_name => g_pkg_name ) THEN
58: RAISE FND_API.g_exc_unexpected_error;
59: END IF;
60:
61: -- Retrieve the contractor associated with this Standard PO Temp Labor line.
62: l_person_id := HR_PO_INFO.get_person_id_for_po_line (
63: p_po_line_id => p_po_line_id );
64:
65: IF g_debug_stmt THEN

Line 116: -- the given standard PO header or line.

112: --Locks:
113: -- None.
114: --Function:
115: -- Calls an OTL API to check whether there are any timecards associated with
116: -- the given standard PO header or line.
117: --Parameters:
118: --IN:
119: --p_field_name
120: -- Use g_field_PO_HEADER_ID or g_field_PO_LINE_ID.

Line 154: -- Standard API initialization:

150: END IF;
151:
152: x_return_status := FND_API.G_RET_STS_SUCCESS;
153:
154: -- Standard API initialization:
155: IF NOT FND_API.compatible_api_call (
156: p_current_version_number => l_api_version,
157: p_caller_version_number => p_api_version,
158: p_api_name => l_api_name,

Line 267: -- Identifier of the Standard PO line:

263: -- against Contingent Worker and Po Line Id.
264: --Parameters:
265: --IN:
266: --po_line_id
267: -- Identifier of the Standard PO line:
268: --p_person_id
269: -- Identifier of the Contingnet worker:
270: --OUT:
271: -- 'True'/'False'

Line 331: -- Identifier of the Standard PO line:

327: -- timecards associated with the given PO line, project and task
328: --Parameters:
329: --IN:
330: --p_po_line_id
331: -- Identifier of the Standard PO line:
332: --p_project_id
333: -- Identifier of the project on the PO line:
334: --p_task_id
335: -- Identifier of the task on the Standard PO line

Line 335: -- Identifier of the task on the Standard PO line

331: -- Identifier of the Standard PO line:
332: --p_project_id
333: -- Identifier of the project on the PO line:
334: --p_task_id
335: -- Identifier of the task on the Standard PO line
336: --OUT:
337: --x_amount
338: -- Total timecard amount for the PO line project /task; 0 if no contractor is associated
339: -- with the line.

Line 365: -- Standard API initialization:

361: END IF;
362:
363: x_return_status := FND_API.G_RET_STS_SUCCESS;
364:
365: -- Standard API initialization:
366: IF NOT FND_API.compatible_api_call (
367: p_current_version_number => l_api_version,
368: p_caller_version_number => p_api_version,
369: p_api_name => l_api_name,

Line 374: -- Retrieve the contractor associated with this Standard PO Temp Labor line.

370: p_pkg_name => g_pkg_name ) THEN
371: RAISE FND_API.g_exc_unexpected_error;
372: END IF;
373:
374: -- Retrieve the contractor associated with this Standard PO Temp Labor line.
375: l_person_id := HR_PO_INFO.get_person_id_for_po_line (
376: p_po_line_id => p_po_line_id );
377:
378: IF g_debug_stmt THEN