DBA Data[Home] [Help]

APPS.INV_PROJECTLOCATOR_PUB dependencies on PJM_PROJECT_LOCATOR

Line 7: ** PJM_PROJECT_LOCATOR under the PJM source tree.

3:
4: /*
5: ** This function is retained only for backward compatibility
6: ** reasons. The actual implementation has been migrated to
7: ** PJM_PROJECT_LOCATOR under the PJM source tree.
8: */
9: FUNCTION Check_Project_References(arg_organization_id IN NUMBER,
10: arg_locator_id IN NUMBER,
11: arg_validation_mode IN VARCHAR2,

Line 18: l_return_code := PJM_Project_Locator.Check_Project_References(

14: arg_task_id IN NUMBER DEFAULT NULL)
15: RETURN BOOLEAN IS
16: l_return_code boolean;
17: BEGIN
18: l_return_code := PJM_Project_Locator.Check_Project_References(
19: arg_organization_id,
20: arg_locator_id,
21: arg_validation_mode,
22: arg_required_flag,

Line 36: RETURN PJM_PROJECT_LOCATOR.GET_PHYSICAL_LOCATION(

32: P_LOCATOR_ID IN NUMBER
33: ) RETURN BOOLEAN IS
34: BEGIN
35:
36: RETURN PJM_PROJECT_LOCATOR.GET_PHYSICAL_LOCATION(
37: X_ORGANIZATION_ID => P_ORGANIZATION_ID,
38: X_LOCATOR_ID => P_LOCATOR_ID
39: );
40: