DBA Data[Home] [Help]

APPS.PAY_DK_EHOL_CARD_REQUEST dependencies on XMLPARSER

Line 1349: p xmlparser.parser;

1345: , p_absence_type_id IN NUMBER
1346: , test_submission IN VARCHAR2
1347: ) IS
1348:
1349: p xmlparser.parser;
1350:
1351: doc xmldom.DOMDocument;
1352:
1353: l_location VARCHAR2(2000);

Line 1388: -- p := xmlparser.newParser;

1384: hr_utility.set_location ( 'business group id = ' || g_business_group_id, 22);
1385: hr_utility.set_location ( 'effective date = ' || g_effective_date, 23);
1386: hr_utility.set_location ( 'g_test_submission = ' || g_test_submission, 24);
1387:
1388: -- p := xmlparser.newParser;
1389: -- xmlparser.setValidationMode(p, FALSE);
1390:
1391: fnd_profile.get(c_data_exchange_dir, l_location);
1392: IF l_location IS NULL

Line 1389: -- xmlparser.setValidationMode(p, FALSE);

1385: hr_utility.set_location ( 'effective date = ' || g_effective_date, 23);
1386: hr_utility.set_location ( 'g_test_submission = ' || g_test_submission, 24);
1387:
1388: -- p := xmlparser.newParser;
1389: -- xmlparser.setValidationMode(p, FALSE);
1390:
1391: fnd_profile.get(c_data_exchange_dir, l_location);
1392: IF l_location IS NULL
1393: THEN

Line 1400: p := xmlparser.newParser;

1396: END IF;
1397: l_location := l_location||'/'||p_filename;
1398:
1399: hr_utility.set_location ( 'location: '||l_location,30);
1400: p := xmlparser.newParser;
1401: xmlparser.setValidationMode(p, FALSE);
1402:
1403: xmlparser.parse(p, l_location);
1404: doc := xmlparser.getDocument(p);

Line 1401: xmlparser.setValidationMode(p, FALSE);

1397: l_location := l_location||'/'||p_filename;
1398:
1399: hr_utility.set_location ( 'location: '||l_location,30);
1400: p := xmlparser.newParser;
1401: xmlparser.setValidationMode(p, FALSE);
1402:
1403: xmlparser.parse(p, l_location);
1404: doc := xmlparser.getDocument(p);
1405: printElements(doc);

Line 1403: xmlparser.parse(p, l_location);

1399: hr_utility.set_location ( 'location: '||l_location,30);
1400: p := xmlparser.newParser;
1401: xmlparser.setValidationMode(p, FALSE);
1402:
1403: xmlparser.parse(p, l_location);
1404: doc := xmlparser.getDocument(p);
1405: printElements(doc);
1406: validate_ecard_details(g_business_group_id,g_effective_date,retcode);
1407: hr_utility.set_location(' leaving Procedure READ_HOL_CARD',10);

Line 1404: doc := xmlparser.getDocument(p);

1400: p := xmlparser.newParser;
1401: xmlparser.setValidationMode(p, FALSE);
1402:
1403: xmlparser.parse(p, l_location);
1404: doc := xmlparser.getDocument(p);
1405: printElements(doc);
1406: validate_ecard_details(g_business_group_id,g_effective_date,retcode);
1407: hr_utility.set_location(' leaving Procedure READ_HOL_CARD',10);
1408: