DBA Data[Home] [Help]

APPS.PA_ALLOC_COPY_RULE_PKG dependencies on PA_ALLOC_SOURCE_LINES

Line 113: from pa_alloc_source_lines

109: , CLASS_CODE
110: , SERVICE_TYPE
111: , PROJECT_ID
112: , TASK_ID
113: from pa_alloc_source_lines
114: where rule_id = p_rule_id
115: for update of line_num;
116: --Cursor for Gl source
117: Cursor C_gl_source is

Line 339: PA_ALLOC_SOURCE_LINES_PKG.INSERT_ROW (

335: END LOOP;
336: --Insert Project SOurce Information
337: FOR SRC_REC in C_Source
338: LOOP
339: PA_ALLOC_SOURCE_LINES_PKG.INSERT_ROW (
340: G_ROWID ,
341: G_RULE_ID ,
342: SRC_REC.LINE_NUM ,
343: SRC_REC.PROJECT_ORG_ID ,