DBA Data[Home] [Help]

APPS.PO_LINES_SV7 dependencies on HR_GENERAL

Line 1360: IF nvl(HR_GENERAL.get_xbg_profile,'N') = 'N' THEN

1356: PO_DEBUG.put_line('**Start validating job_business_group_id: '||
1357: p_job_business_group_id);
1358: END IF;
1359:
1360: IF nvl(HR_GENERAL.get_xbg_profile,'N') = 'N' THEN
1361:
1362: IF (g_po_pdoi_write_to_file = 'Y') THEN
1363: PO_DEBUG.put_line('Validate against FSP');
1364: END IF;

Line 1404: ELSE --nvl(HR_GENERAL.get_xbg_profile,'N') = 'N'

1400: X_TokenValue6 => NULL,
1401: X_header_processable_flag => x_header_processable_flag);
1402: END IF;
1403:
1404: ELSE --nvl(HR_GENERAL.get_xbg_profile,'N') = 'N'
1405:
1406: IF (g_po_pdoi_write_to_file = 'Y') THEN
1407: PO_DEBUG.put_line('Validate against PBG');
1408: END IF;

Line 1450: END IF; --nvl(HR_GENERAL.get_xbg_profile,'N') = 'N'

1446: X_TokenValue6 => NULL,
1447: X_header_processable_flag => x_header_processable_flag);
1448: END IF;
1449:
1450: END IF; --nvl(HR_GENERAL.get_xbg_profile,'N') = 'N'
1451:
1452: IF (g_po_pdoi_write_to_file = 'Y') THEN
1453: PO_DEBUG.put_line('**Done validating job_business_group_id');
1454: END IF;

Line 1498: IF nvl(HR_GENERAL.get_xbg_profile,'N') = 'N'

1494: ' against job_business_group_id: '||
1495: p_job_business_group_id);
1496: END IF;
1497:
1498: IF nvl(HR_GENERAL.get_xbg_profile,'N') = 'N'
1499: OR p_job_business_group_id IS NULL THEN
1500:
1501: IF (g_po_pdoi_write_to_file = 'Y') THEN
1502: PO_DEBUG.put_line('Validate against FSP since xbg_profile=N '||

Line 1535: END IF; --IF nvl(HR_GENERAL.get_xbg_profile,'N')...

1531: AND NVL(TRUNC(PJ.date_to), TRUNC(sysdate))
1532: AND TRUNC(sysdate) BETWEEN NVL(TRUNC(PBG.date_from), TRUNC(sysdate))
1533: AND NVL(TRUNC(PBG.date_to), TRUNC(sysdate));
1534:
1535: END IF; --IF nvl(HR_GENERAL.get_xbg_profile,'N')...
1536:
1537: IF (x_count < 1) THEN
1538:
1539: IF (g_po_pdoi_write_to_file = 'Y') THEN