DBA Data[Home] [Help]

APPS.JL_ZZ_AUTO_INVOICE dependencies on JL_BR_INTERFACE_LINES_EXTS

Line 1309: SELECT count(*) INTO l_count FROM JL_BR_INTERFACE_LINES_EXTS

1305: IF l_rowid IS NOT NULL THEN
1306: fnd_file.put_line(fnd_file.log,'JL msg: Row ID '||l_rowid);
1307:
1308: -- Checking if Record already exists in JL Extension Table
1309: SELECT count(*) INTO l_count FROM JL_BR_INTERFACE_LINES_EXTS
1310: WHERE JL_BR_INTERFACE_LINK_ID = l_rowid;
1311: fnd_file.put_line(fnd_file.log,'JL msg: Count '||l_count);
1312: IF l_count = 0 THEN
1313: -- Inserting Data into JL Extension Table

Line 1314: INSERT INTO JL_BR_INTERFACE_LINES_EXTS (JL_BR_INTERFACE_LINK_ID,

1310: WHERE JL_BR_INTERFACE_LINK_ID = l_rowid;
1311: fnd_file.put_line(fnd_file.log,'JL msg: Count '||l_count);
1312: IF l_count = 0 THEN
1313: -- Inserting Data into JL Extension Table
1314: INSERT INTO JL_BR_INTERFACE_LINES_EXTS (JL_BR_INTERFACE_LINK_ID,
1315: HEADER_GDF_ATTRIBUTE31,
1316: HEADER_GDF_ATTRIBUTE32,
1317: HEADER_GDF_ATTRIBUTE33,
1318: HEADER_GDF_ATTRIBUTE34,